instance field meaning in Chinese
实例域
Examples
- Note , that i use an instance field to hold the
注意,我使用了一个实例字段保存 - You should not use public instance fields
中详细说明的原因,不应使用公共实例字段。 - Note that this rule does not apply to instance fields
注意,这条规则不适用于实例字段。 - Do not provide instance fields that are public or protected
不要提供公共的或受保护的实例字段。 - A field initializer cannot refer to other instance fields
字段初始值设定项不能引用其他实例字段。